home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / No Entry.sd < prev    next >
INI File  |  2004-06-28  |  859b  |  44 lines

  1. [SUBJECT]
  2. Description=Check if the form entry is blank
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- Begin
  10. ;function noEntry() {
  11. ;mt=document.form.entry.value;
  12. ;if ((mt.length<1)||(mt.substring(0,6)=="******")) {
  13. ;alert("`Message`");
  14. ;document.form.entry.value="******Please Complete This Entry";
  15. ;document.form.entry.focus();
  16. ;return false;
  17. ;}
  18. ;else { return true; }
  19. ;}
  20. ;// End -->
  21. ;</script>
  22. ;
  23.  
  24.  
  25. [BODY_TEXT]
  26. ;<form name="form" action="`URL`" onsubmit="return noEntry()">
  27. ;<div align="center">
  28. ;<input type="text" name="entry" size="40"><br>
  29. ;<input type="submit" name="button" value="submit">
  30. ;</div>
  31. ;</form>
  32. ;
  33.  
  34.  
  35. [`Message`]
  36. Kind=S
  37. Value=I'm sorry. This entry must be completed before I can submit this form for processing.
  38.  
  39. [`URL`]
  40. Kind=U
  41. Value=/cgi-bin/your-form-processor.pl
  42.  
  43.  
  44.